home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / taxpln87.arc / COPYHD.BAT < prev    next >
DOS Batch File  |  1987-03-20  |  1KB  |  19 lines

  1. echo off
  2. cls
  3. echo  Preparing to install Tax-Planner on the Harddisk.  If you started this
  4. echo  procedure in error enter ctrl+break to abort the procedure.  The batch
  5. echo  file TP87.BAT will be written to the root directory of the harddisk and
  6. echo  the subdirectory TP87 will be created. The Tax-Planner files will then be
  7. echo  copied to the TP87 directory.  You will be able to execute Tax-Planner by
  8. echo  entering TP87 if the TP87.BAT file remains in your root directory or in
  9. echo  the PATH you set up in a Path command.
  10. pause
  11. echo Copying TP87.BAT to Harddisk C:\
  12. copy A:tp87hd.bat c:\tp87.bat/v >nul
  13. echo Creating directory TP87 on Harddisk C
  14. md c:\TP87 >nul
  15. echo Copying Tax-Planner files to Harddisk C
  16. copy A:*.EXE c:\TP87\*.*/v >nul
  17. echo  All done.  Remove the Tax-Planner diskette from the disk drive and place
  18. echo  a write protect tab on it so that it can be retained as a backup copy.
  19.